home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 026a / ricksgen.zip / README.1ST < prev    next >
Text File  |  1991-02-23  |  3KB  |  97 lines

  1. Thank you for trying my dBASE III Plus applications generator.  I would
  2. appreciate any comments or suggestions you may have.  Please refer any
  3. comments to "trp" on the Ashton Tate BBS.
  4.  
  5. 1.  Purpose - Creates a system of menus to manage a single 
  6.               database application.
  7.  
  8. 2.  Features not offered by the APPSGEN (non advance)
  9.  
  10.     a.  Three menu system
  11.  
  12.         (1)  Main menu
  13.  
  14.         (2)  Utilities Menu
  15.  
  16.         (3)  Reports Menu
  17.  
  18.     b.  Ability to filter your records before listing or reporting
  19.  
  20.     c.  Uses up to four reports
  21.  
  22.     d.  User prompt for printer or screen output
  23.  
  24.     e.  List maker
  25.  
  26.     f.  Ability to view or print database structure
  27.  
  28.     g.  Key index search
  29.  
  30. 3.  Operation
  31.  
  32.     a.  Load the files in a seperate directory off of your
  33.         dBASE III Plus directory, i.e.,
  34.  
  35.         C:\DBASE>MD ricks
  36.  
  37.         C:\DBASE>CD RICKS
  38.  
  39.         C:\DBASE\RICKS>COPY A:*.*
  40.  
  41.     b.  When you create a new application make a seperate
  42.         directory to hold all of the files needed by the 
  43.         application.  You may use the "RUN" command from
  44.         the dBASE dot prompt i.e.,
  45.  
  46.         RUN MD dirname
  47.  
  48.         RUN CD dirname
  49.  
  50.     c.  Set a path to the location of the RICKSGEN files, i.e.,
  51.  
  52.         SET PATH TO C:\DBASE\RICKS
  53.  
  54.     d.  Start the RICKSGEN.prg program, i.e.,
  55.  
  56.         DO RICKSGEN
  57.  
  58.     e.  Follow the screen prompts.  The only mandatory names to enter
  59.         is your application name and the name of your .dbf file.  Be
  60.         careful not to enter an erronous file name, if you do, you will
  61.         be bumped back to the MAIN MENU and you will have to start over
  62.         with the CREATE APPLICATION process.
  63.  
  64.     g.  The RICKSGEN program will create two files; yourapp.PRG and
  65.         LIBRARY.PRG.  The LIBRARY.PRG file is a procedure file.  The
  66.         routines within this file are called from your application file.
  67.         If you create many applications with this applications generator
  68.         you only need one LIBRARY.PRG file.  Modify your application to
  69.         include the complete path to the LIBRARY.PRG location.  CAUTION -
  70.         your application .prg file will be too large for the dBASE editor,
  71.         you must use another text editor to modify your file.
  72.  
  73.     h.  To run your new application enter the following commands;
  74.  
  75.         SET PATH TO yourpath
  76.         DO yourapp
  77.  
  78.         You may modify your application file to include the SET PATH
  79.         command.  Put it on the first line of the yourapp.PRG file.
  80.         Remember the caution in 3g above.
  81.  
  82.     i.  To call up your application from the DOS prompt create a 
  83.         batch file in the dBASE III Plus directory, i.e.,
  84.  
  85.         @ECHO OFF
  86.         DBASE yourpath\yourapp
  87.  
  88.         This will only work if you have added the SET PATH command to
  89.         the yourapp.PRG file.
  90.  
  91. 4.  If you would like the source code for this applications generator
  92.     leave me a note on the Ashton Tate BBS or write;
  93.  
  94.     Rick Patrick
  95.     C/O R & M Computer Concepts
  96.     506 Chanticlar Court
  97.     Newport News, Va 23602